#!/bin/ksh
# The following are instructions on how to install all the components
# used during PII..

pii_bundle=/afs/austin/u4/moriarty/410/nim/bundle

set -x
installp -Xqacd /dev/rmt0 -f $pii_bundle
set +x


